Authentication
Description
REST service calls will need to authenticate with tokens which can be generated with the Login API.
Headers
Following headers are required for Authentication:
API_KEY: The static API key for SEIRdevice_id: The device id that is registered with the tokenAuthorization: The Authorization header in either Bearer format or just the token
See Login